Telegram Group & Telegram Channel
🐍 Ускоряем Python с помощью Cython

Когда Python начинает тормозить, а оптимизировать хочется — на помощь приходит Cython. Это надстройка над Python, которая позволяет писать на «почти C» и при этом вызывать C-библиотеки и оставаться в экосистеме Python.

➡️ Что делает Cython:
— Позволяет указывать типы переменных как в C
— Ускоряет численные расчёты и алгоритмы
— Превращает .pyx-файл в скомпилированный .so, который можно импортировать как обычный модуль

➡️ Пример на алгоритме поиска простых чисел:
— В Python — 0.0566 секунды
— В Cython — 0.0054 секунды
(на обычном ноутбуке)

💡 Как подключить:

import pyximport
pyximport.install()
import primesCy # Cython-версия
import primes # Python-версия


Если вы работаете с алгоритмами, машинным обучением или просто любите скорость — попробуйте переписать пару функций с cdef и замерьте время. Разница чувствуется сразу.

🔵 Чтобы знать об алгоритмах все, забирайте наш курс «Алгоритмы и структуры данных»

Proglib Academy #буст
Please open Telegram to view this post
VIEW IN TELEGRAM



tg-me.com/proglib_academy/2821
Create:
Last Update:

🐍 Ускоряем Python с помощью Cython

Когда Python начинает тормозить, а оптимизировать хочется — на помощь приходит Cython. Это надстройка над Python, которая позволяет писать на «почти C» и при этом вызывать C-библиотеки и оставаться в экосистеме Python.

➡️ Что делает Cython:
— Позволяет указывать типы переменных как в C
— Ускоряет численные расчёты и алгоритмы
— Превращает .pyx-файл в скомпилированный .so, который можно импортировать как обычный модуль

➡️ Пример на алгоритме поиска простых чисел:
— В Python — 0.0566 секунды
— В Cython — 0.0054 секунды
(на обычном ноутбуке)

💡 Как подключить:

import pyximport
pyximport.install()
import primesCy # Cython-версия
import primes # Python-версия


Если вы работаете с алгоритмами, машинным обучением или просто любите скорость — попробуйте переписать пару функций с cdef и замерьте время. Разница чувствуется сразу.

🔵 Чтобы знать об алгоритмах все, забирайте наш курс «Алгоритмы и структуры данных»

Proglib Academy #буст

BY Proglib.academy | IT-курсы




Share with your friend now:
tg-me.com/proglib_academy/2821

View MORE
Open in Telegram


Proglib academy | IT курсы Telegram | DID YOU KNOW?

Date: |

The SSE was the first modern stock exchange to open in China, with trading commencing in 1990. It has now grown to become the largest stock exchange in Asia and the third-largest in the world by market capitalization, which stood at RMB 50.6 trillion (US$7.8 trillion) as of September 2021. Stocks (both A-shares and B-shares), bonds, funds, and derivatives are traded on the exchange. The SEE has two trading boards, the Main Board and the Science and Technology Innovation Board, the latter more commonly known as the STAR Market. The Main Board mainly hosts large, well-established Chinese companies and lists both A-shares and B-shares.

Spiking bond yields driving sharp losses in tech stocks

A spike in interest rates since the start of the year has accelerated a rotation out of high-growth technology stocks and into value stocks poised to benefit from a reopening of the economy. The Nasdaq has fallen more than 10% over the past month as the Dow has soared to record highs, with a spike in the 10-year US Treasury yield acting as the main catalyst. It recently surged to a cycle high of more than 1.60% after starting the year below 1%. But according to Jim Paulsen, the Leuthold Group's chief investment strategist, rising interest rates do not represent a long-term threat to the stock market. Paulsen expects the 10-year yield to cross 2% by the end of the year. A spike in interest rates and its impact on the stock market depends on the economic backdrop, according to Paulsen. Rising interest rates amid a strengthening economy "may prove no challenge at all for stocks," Paulsen said.

Proglib academy | IT курсы from tw


Telegram Proglib.academy | IT-курсы
FROM USA